tools/python: Other migration infrastructure
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 5 Jul 2015 18:52:21 +0000 (19:52 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 15 Jul 2015 10:22:53 +0000 (11:22 +0100)
commitf95d457f448b23ce82e40889186b1568a286dee8
tree642032e9da92703fea41d7d63c5d4728fe55f442
parent67b02060ca9e5877a36b041d4580cf9b8f560f39
tools/python: Other migration infrastructure

Contains:
 * Reverse-engineered notes of the legacy format from xg_save_restore.h
 * Python implementation of the legacy format
 * Public HVM Params used in the legacy stream
 * XL header format

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
New in v2 - removes various many magic numbers from subsequent scripts
tools/python/xen/migration/legacy.py [new file with mode: 0644]
tools/python/xen/migration/public.py [new file with mode: 0644]
tools/python/xen/migration/xl.py [new file with mode: 0644]